Skip to main content

Current Series

Reads the current series from the TopShot contract and returns that number to the caller.

Returns: UInt32 - The current series

import TopShot from 0xTOPSHOTADDRESS

pub fun main(): UInt32 {

return TopShot.currentSeries
}